home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 April / Software of the Month Club 1997 April.iso / pc / dos / biz / ctc / sales.dsc < prev    next >
Encoding:
Text File  |  1996-09-21  |  1.6 KB  |  43 lines

  1.                 CTC SALES DATABASE  DESCRIPTION
  2.  
  3.  
  4.  
  5. Printed:        05/02/1996 at 19:58
  6.  
  7. Database:       C:\CTC\SALES
  8.  
  9. Description:    This database holds all of the exported sales from
  10.                 the CTC Sales System. All reporting is done through
  11.                 this database which is in standard DBaseIII format.
  12.  
  13.  
  14. ============================== DATABASE STRUCTURE =============================
  15.  
  16.   #  FIELD NAME  TYPE  LENGTH  DEC  DESCRIPTION
  17. ---- ----------  ----  ------  ---    --------------------------------------
  18.   1. ITEM_NO      C         9        A unique item number
  19.   2. ITEM_DESC    C        31        The brief description of the item sold
  20.   3. PRICE        N         9    2  The gross price of the item
  21.   4. CAT_CODE     C         5        How the item was paid
  22.   5. REF_NO       C        16        Check number, Charge Card number etc.
  23.   6. INVOICE      C         4        Invoice number
  24.   7. SELLERS_NA   C        35        Name of the seller
  25.   8. BOOTH_NO     C         3        Booth number of the seller
  26.   9. DATE_SOLD    D         8        Current date the item was sold
  27.  10. TAX_EXEMPT   L         1        Tax Exempt indicator Y/N
  28.  11. BUYERS_NAM   C        35        Name of the buyer
  29.  12. DEALER_NBR   C        12        Buyer's Dealer number
  30.  13. DEALER_DSC   L         1       Dealer discount indicator Y/N
  31.  14. DISC_PCT     N         2    0    Dealer discount percentage
  32.  15. STATE_TAX    N         4    2    State Tax percentage
  33.  
  34.  
  35. =================================== INDEXES ===================================
  36.  
  37. SLOT    DESCRIPTION/EXPRESSION
  38. ----    ------------------------------------------------------
  39.  
  40.   1.    BOOTH_NO, DATE_SOLD
  41.  
  42.  
  43.